home *** CD-ROM | disk | FTP | other *** search
/ Commodore Disk User Volume 2 #2 / Commodore_Disk_User_Vol.2_2_1989_-_Side_B.d64 / read me (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  2KB  |  60 lines

  1. 10 poke53280,13:poke53281,13:print"[147]";
  2. 11 print"WelcometotheCDUBumperXmasDisk"
  3. 12 print"Thisdiskisdouble-sided-the"
  4. 13 print"programsyou'llfindonthisside"
  5. 14 print"arenottheendofthestory.Ifyou"
  6. 15 print"turnthediskoverandenterthe"
  7. 16 print"usualmenuloadcommand,awholenew"
  8. 17 print"selectionofutilitiesandgames"
  9. 18 print"willberevealed."
  10. 19 print"MerryChristmas"
  11. 20 print"andaHappyNew"
  12. 21 print"Yearfromall"
  13. 22 print"atCDU!"
  14. 30 print:print "     [208]ress any key for next page[146]"
  15. 45 get i$:if i$="" then goto 45
  16. 50 poke53280,13:poke53281,13:print"[147]";
  17. 51 print"Compunet,thenetworkaimedespecially"
  18. 52 print"atCommodoreusers,haskindlysupplied"
  19. 53 print"uswithaseasonaldemobyAshandDave,twocoderswhoarewellknown";
  20. 54 print"tousers"
  21. 55 print"ofthe'net."
  22. 56 print"It'scalledSnowballSunday,andyou'll"
  23. 57 print"finditonside2ofthisdisk.Wethinkyou'llguessthepointofthe";
  24. 58 print"game"
  25. 59 print"prettyfast-useajoystickinPort2."
  26. 60 print"LeftandRighttomove,Downtopickup"
  27. 61 print"snowand[198]iretothrow.[199]oodshooting...[208]ress any key for next";
  28. 62 print" page"
  29. 80 get i$:if i$="" then goto 80
  30. 100 poke53280,13:poke53281,13:print"[147]";
  31. 101 print"   [194]ack issues"
  32. 102 print"Wearepleasedtoannouncethat,asof"
  33. 103 print"thismonth,backissuesofCDUdisks"
  34. 104 print"willbeavailablefromtheArgusReadersServices.Thesewillcost\4.0";
  35. 105 print"0,"
  36. 106 print"includingpostandpacking.Notethat"
  37. 107 print"thesewillnotbefullreprintsofthe"
  38. 108 print"magazines,butwillconsistofthedisk,plusfullinstructions."
  39. 109 print"Subjecttoavailability,fullback"
  40. 110 print"issueswillbeobtainablefrom[201]nfonet."
  41. 112 print"[208]ress any key for next page"
  42. 145 get i$:if i$="" then 145
  43. 150 poke53280,13:poke53281,13:print"[147]";
  44. 151 print"Backissues-\3.00from:"
  45. 152 print"InfonetLtd"
  46. 153 print"5RiverParkEstate"
  47. 154 print"Berkhamsted"
  48. 155 print"HertsHP41HL"
  49. 156 print"[212]elephoneorders:(0442)876661"
  50. 157 print"[195][196][213][196]isks+[201]nstructions-\4.00from:"
  51. 158 print"ArgusReaders'Services"
  52. 159 print"9HallRoad"
  53. 160 print"MaylandsWoodEstate"
  54. 161 print"HemelHempstead"
  55. 162 print"HertsHP27BH"
  56. 163 print"Telephoneorders:(0442)41221"
  57. 164 print"[208]ress any key to return to menu"
  58. 175 get i$:if i$="" then 175
  59. 199 load "menu",8,1
  60.